www.gusucode.com > 茶都拼客网全功能版 8 > 茶都拼客网全功能版 8.8源码程序/teasdxmccom/茶都拼客网V8.8(全功能,无限制,完全开源)/Ku_type/Down_hot.asp

    <div align="center">
<table cellpadding="0" cellspacing="0" width="100">
	<tr>
		<td height="5"></td>
	</tr>
</table>
</div>
<div align="center">
	<table cellpadding="0" cellspacing="0" width="232" height="203">
		<tr>
			<td height="32" background="Ku_img/down_001.jpg">
			<div align="center">
			<table cellpadding="0" cellspacing="0" width="232">

				<tr>
					<td height="10" width="60%">
					<p align="center"><div id="dazi">
							<p align="left"><font color="#0066FF">
							<b>&nbsp;&nbsp;热门下载</b></font></div></td>
					<td height="10">&nbsp;</td>
					<td height="10" width="35%"><b><a href="Gu_down.asp">所有下载</a></b>&nbsp;</td>
				</tr>
			</table>
			</div>
			</td>
		</tr>
		<tr>
			<td height="165" background="Ku_img/down_002.jpg" valign="top">
			<table width="100%" border="0" cellspacing="0" cellpadding="3">
<%
    set rs=server.createobject("adodb.recordset")
    sql="select top 10 * from ku_down ORDER BY hits desc, addtime DESC"
    rs.open sql,conn,1,1
    
    if Rs.eof or Rs.bof then
    response.write"<div align='center'>暂无热门下载<div>"
    end if 
    do while not rs.eof
    titles = rs("name")
    

%>
<tr> 


<td width="261" height = "25">·<a href="Gu_showsoft.asp?guxing=<%=rs("id")%>" title="<%=titles%>" target=_blank>
<% 
    if Getlen(titles)>30 then
    response.write LeftStr(titles,28)
    response.write "..."
    else
    response.write ""&titles&""
    end if
   
%></a>
</td>
</tr>
<% 
    rs.movenext  
    loop
    Rs.Close
    Set Rs=Nothing
%>
</table>
			</td>
		</tr>
		<tr>
			<td height="6">
			<img border="0" src="Ku_img/down_003.jpg" width="232" height="6"></td>
		</tr>
	</table>
</div>